Skip to content

Conversation

@jorge-ortega
Copy link
Collaborator

These changes fixes errors when building path_tracing_gpu. It is now able to build and generate ptx. Also migrates a deprecated API in the denoiser example.

The host side still fails due to updated dependencies on its side.

Updated `bitflags` has a few breaking changes:
- it no longer adds traits like `Clone`, `Copy`, etc.. Add those explicitly.
- An internal wrapper over the underlying flag type is used that isn't `DeviceCopy`. Define the struct wrapping the underlying type explictly, and use `bitflags!` to define the impl.
@LegNeato LegNeato merged commit 4bd1ad6 into Rust-GPU:main Mar 14, 2025
1 of 2 checks passed
@LegNeato
Copy link
Contributor

Thanks! 🍻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants